home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970104-19970326 / 000044_news@columbia.edu _Tue Jan 14 15:14:07 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.8.3/8.8.3) with ESMTP id PAA17448 for <kermit.misc@watsun.cc.columbia.edu>; Tue, 14 Jan 1997 15:14:07 -0500 (EST)
  3. Received: (from news@localhost) by newsmaster.cc.columbia.edu (8.8.3/8.8.3) id PAA24692 for kermit.misc@watsun; Tue, 14 Jan 1997 15:14:06 -0500 (EST)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: Files transfer error over WAN
  8. Date: 14 Jan 1997 20:14:06 GMT
  9. Organization: Columbia University
  10. Lines: 22
  11. Message-ID: <5bgpee$t2b$1@apakabar.cc.columbia.edu>
  12. References: <1997Jan14.084533.8826@vmsmail.gov.bc.ca>
  13. NNTP-Posting-Host: watsun.cc.columbia.edu
  14. Xref: news.columbia.edu comp.protocols.kermit.misc:6400
  15.  
  16. In article <1997Jan14.084533.8826@vmsmail.gov.bc.ca>,
  17. Phat Tran <ug387@freenet.victoria.bc.ca> wrote:
  18. : I  upload/download files accross a wide area network and encounter
  19. : repeatable "retry" and "host does not respond" errors.  The problem
  20. : only occur in the download session (files being sent to the PC from a
  21. : UNIX host).  I am using MS-kermit 3.14 on the PC and  C-kermit
  22. : 5A(190) for UNIX .  I have tried different speed, packet size, windows
  23. : size to no success.  
  24. : Can anyone suggest some thing else that I can try or where to
  25. : concentrate my effort for an answer.
  26. The problem with Wide Area Network (WAN) connections is that they are
  27. bursty -- fast and snappy one minute, slow as molasses the next.
  28.  
  29. C-Kermit 6.0 (released recently) and MS-DOS Kermit 3.15 (still in Beta)
  30. work much better over this type of connection than previous releases did
  31. because they have a new adaptive timeout mechanism.  Info at:
  32.  
  33.   http://www.columbia.edu/kermit/
  34.  
  35. - Frank